From 2e810285eb0a6dc2c29130f5e29c7c337dfe1ce7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 May 1993 14:27:02 +0000 Subject: [PATCH] (diff-switches): Define var here as well as in diff.el. --- lisp/vc.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/vc.el b/lisp/vc.el index 6a0742b8de5..b76fc7de31d 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -89,6 +89,10 @@ The value is only computed when needed to avoid an expensive search.") (defconst vc-maximum-comment-ring-size 32 "Maximum number of saved comments in the comment ring.") +;;; This is duplicated in diff.el. +(defvar diff-switches "-c" + "*A string or list of strings specifying switches to be be passed to diff.") + ;;;###autoload (defvar vc-checkin-hook nil "*List of functions called after a vc-checkin is done. See `run-hooks'.") -- 2.30.2